Previous Book Contents Book Index Next

Inside Macintosh: /
QuickDraw 3D RAVE / QuickDraw 3D RAVE Reference
QuickDraw 3D RAVE Routines / Manipulating Draw Contexts


QASetInt

You can use the QASetInt function to set a long integer value for a draw context state variable.

#define QASetInt(drawContext,tag,newValue) \
            (drawContext)->setInt (drawContext,tag,newValue)
drawContext
A draw context.
tag
A state variable tag.
newValue
The new value of the specified state variable.
DESCRIPTION
The QASetInt function sets the value of the draw context state variable specified by the drawContext and tag parameters to the long integer value specified by the newValue parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
28 AUG 1996